home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite 46 to 0
- puppetSound("Tone")
- updateStage()
- repeat while the mouseDown
- nothing()
- end repeat
- set the visible of sprite 46 to 1
- end
-
- on mouseUp
- repeat with loop = 30 to 34
- set the visible of sprite loop to 1
- set the puppet of sprite loop to 0
- end repeat
- uninitMoveable()
- go(#previous)
- initMoveable()
- puppetSound("Grand Circle Intro")
- end
-